home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 5 / XCSHELL / SYSENVIR.H < prev    next >
Text File  |  1991-01-25  |  516b  |  20 lines

  1. /*****************************************************************************
  2.  *    File:        SysEnvirons.h
  3.  *
  4.  *    ⌐1990 Mark M. Owen.  All rights reserved.
  5.  *****************************************************************************
  6.  */
  7. #ifndef _SysEnvirons_
  8. #define    _SysEnvirons_
  9.  
  10. Boolean    IsColorGDevice(void);
  11. int        GDevicePixelBits(void);
  12. Boolean    HasColorQD(void);
  13. Boolean    HasFPU(void);
  14. Boolean    Has32BitQD(void);
  15. int        MachineType(void);
  16. int        SystemVersion(void);
  17. int        Processor(void);
  18. int        KeyBoardType(void);
  19.  
  20. #endif